The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "xml::libxml"

XML::LibXML - Perl Binding for libxml2 River stage three • 455 direct dependents • 913 total dependents

This module is an interface to libxml2, providing XML and HTML parsers with DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface and a XML::XPath-like interface to XPath API of libxml2. The module is split into several packages ...

SHLOMIF/XML-LibXML-2.0210 - 24 Jan 2024 15:19:39 UTC - Search in distribution

XML::UM - Convert UTF-8 strings to any encoding supported by XML::Encoding River stage zero No dependents

This module provides methods to convert UTF-8 strings to any XML encoding that XML::Encoding supports. It creates mapping routines from the .xml files that can be found in the maps/ directory in the XML::Encoding distribution. Note that the XML::Enco...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC - Search in distribution

XML::SAX2Perl - translate Java/CORBA style SAX methods to Perl methods River stage two • 8 direct dependents • 67 total dependents

"XML::SAX2Perl" is a SAX filter that translates Java/CORBA style SAX methods to Perl style method calls. This man page summarizes the specific options, handlers, and properties supported by "XML::SAX2Perl"; please refer to the Perl SAX standard "XML:...

KMACLEOD/libxml-perl-0.08 - 21 Aug 2004 02:34:03 UTC - Search in distribution

XML::RSS::LibXML - XML::RSS with XML::LibXML River stage one • 5 direct dependents • 7 total dependents

XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of XML::RSS' XML::Parser (expat), while trying to keep interface compatibility with XML::RSS. XML::RSS is an extremely handy tool, but it is unfortunately not exactly the most lean o...

DMAKI/XML-RSS-LibXML-0.3105 - 29 Apr 2014 22:32:04 UTC - Search in distribution

Meta::Xml::LibXML - extend/enhance the XML::LibXML module. River stage zero No dependents

This class extends the XML::LibXML class to do aegis path resolution. Just call the new_aegis method and get a parser which does that for you....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

Quiq::Xml::LibXml - Funktionale Erweiterungen von XML::LibXML River stage zero No dependents

Dieses Modul lädt XML::LibXML und erweitert dessen Klassen um zusätzliche Funktionalität. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'lädt'. Assumi...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution
  • Quiq - Class library for rapid development

XML::OPML::LibXML - Parse OPML document with LibXML parser River stage zero No dependents

XML::OPML::LibXML is an OPML parser written using XML::LibXML. This module is part of spin-off CPANization of Plagger plugins. For now, all this module does is just parsing an OPML document. The API is very simple and limited to low-level access, yet...

MIYAGAWA/XML-OPML-LibXML-0.03 - 09 Oct 2006 19:32:09 UTC - Search in distribution

XML::LibXML::Cache - Document cache for XML::LibXML River stage one • 1 direct dependent • 1 total dependent

XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is useful to speed up loading of XML files in persistent web applications. This module caches the document object after the first load and returns the cached version on sub...

NWELLNHOF/XML-LibXML-Cache-0.14 - 15 Jan 2020 15:03:17 UTC - Search in distribution

XML::LibXML::Ferry - Marshall LibXML nodes and native objects River stage one • 1 direct dependent • 1 total dependent

Adds higher-level methods to XML::LibXML::Element to very expressively traverse and create XML fragments to/from your custom objects....

LIS/XML-LibXML-Ferry-v0.8.5 - 22 Jan 2018 12:21:46 UTC - Search in distribution

XML::LibXML::Fixup - apply regexes to XML to fix validation and parsing errors River stage zero No dependents

This module provides an interface to an XML parser to parse and validate XML files. The module allows fixups to be applied to non-parsing and non-validating XML. For full documentation, see the POD documentation for XML::LibXML. The documentation in ...

NWETTERS/XML-LibXML-Fixup-0.03 - 26 Sep 2002 11:30:57 UTC - Search in distribution

XML::LibXML::Proxy - Force LibXML to use a proxy for HTTP/HTTPS external entities River stage zero No dependents

Force XML::LibXML to use a proxy using LWP::UserAgent as its external entity loader, instead of connecting directly to remote servers. Adds HTTPS support as a bonus. LibXML's native HTTP client has no proxy support, and the mere parsing or validating...

LIS/XML-LibXML-Proxy-v0.1.1 - 22 Jan 2018 12:17:42 UTC - Search in distribution

XML::LibXML::Tools - An API for easy XML::LibXML DOM manipulation River stage zero No dependents

Hands an interface for merging, updating, adding and deleting a XML::LibXML::Document in an easy fashion....

SINISTER/XML-LibXML-Tools-1.00 - 31 Jan 2007 11:37:12 UTC - Search in distribution

XML::LibXML::Simple - XML::LibXML clone of XML::Simple::XMLin() River stage two • 21 direct dependents • 93 total dependents

This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the XML::LibXML parser for XML structures, where the original uses plain Perl or SAX parsers. Be warned: this module thinks to be smart. You may very well shoot yourself in the fo...

MARKOV/XML-LibXML-Simple-1.01 - 15 Jan 2020 21:51:54 UTC - Search in distribution

XML::LibXML::jQuery - Fast, jQuery-like DOM manipulation over XML::LibXML River stage one • 2 direct dependents • 2 total dependents

XML::LibXML::jQuery is a jQuery-like DOM manipulation module build on top of XML::LibXML for speed. The goal is to be as fast as possible, and as compatible as possible with the javascript version of jQuery. Unlike similar modules, web fetching funct...

CAFEGRATZ/XML-LibXML-jQuery-0.08 - 23 Jul 2016 17:53:08 UTC - Search in distribution

XML::LibXML::xmlsec - XML signing/encription using xmlsec library River stage zero No dependents

XML::LibXML::xmlsec is a bind module for xmlsec, a C library aimed for XML digital signature and encryption as described in W3C standards. INSTALLATION You must have a running xmlsec library, which in turns has several dependencies. There are xmlsec ...

ESTRELOW/XML-LibXML-xmlsec-0.03 - 24 Aug 2022 15:00:24 UTC - Search in distribution

XML::LibXML::Augment - extend XML::LibXML::{Attr,Element,Document} on a per-namespace/element basis River stage one • 1 direct dependent • 1 total dependent

XML::LibXML is super-awesome. However, I don't know about you, but sometimes I wish it had some domain-specific knowledge. For example, if I have an XML::LibXML::Element which represents an HTML "<form>" element, why can't it have a "submit" method? ...

TOBYINK/XML-LibXML-Augment-0.004 - 16 Sep 2014 19:01:14 UTC - Search in distribution

XML::LibXML::Overlay - Overlays for XML files River stage zero No dependents

XML::LibXML::Overlay allowes to apply overlay files to XML files. This modul is a rewirte of XML::Overlay, but it uses plain XML::LibXML instead of the Class::XML thru XML::Parser stack....

KALEX/XML-LibXML-Overlay-0.2 - 17 Dec 2009 09:35:04 UTC - Search in distribution

XML::Toolset::LibXML - Interface to LibXML toolset River stage zero No dependents

XML::Toolset::LibXML is an interface to the LibXML validating parser which can be used with the XML::Toolset module....

SPADKINS/XML-Toolset-0.50 - 17 Apr 2007 13:34:01 UTC - Search in distribution
  • XML::Toolset - perform XML construction, parsing, validation, and XPath operations using whatever underlying XML library is available (ALPHA!)

XML::XUpdate::LibXML - Simple implementation of XUpdate format River stage one • 2 direct dependents • 2 total dependents

This module implements the XUpdate format described in XUpdate Working Draft from 2000-09-14 (http://www.xmldb.org/xupdate/xupdate-wd.html). The implementation is based on XML::LibXML DOM API. "new" my $xupdate = XML::XUpdate::LibXML->new(); Creates ...

PAJAS/XML-XUpdate-LibXML-0.6.0 - 12 May 2005 15:08:24 UTC - Search in distribution

XML::LibXML::Enhanced - adds convenience methods to XML::LibXML and LibXSLT River stage zero No dependents

STILLWELL/XML-LibXML-Enhanced-0.01 - 21 Mar 2006 23:29:57 UTC - Search in distribution
509 results (0.1 seconds)